/*    
 ADF-Copy App - a Frontend for ADF-Drive v1.xxx
 Copyright (C) 2016-2019 Dominik Tonn (nick@niteto.de)
 visit https://nicklabor.niteto.de for Infos and Updates
 Contact me if you need a PCB.
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 Install:
 Windows 7,8,10
 - Install Java JRE 8.x
 - double click the .jar File
 
 Windows XP
 - Install Java JRE 8.x
 - download and install the serial driver for Teensy
   http://www.pjrc.com/teensy/serial_install.exe
 - a restart may be required
 - double click the .jar file
 
 Raspberry Pi
 - Install Java JRE 8.x (no headless install)
 - there seems to be no need to install the udev rules because the standard raspi user has root priviledges
 - start from a shell with: java -jar ADF_Copy_1000.jar
 
 Linux 32 and 64 bit
 - Install Java JRE 8.x (no headless install)
 - install the udev rules for teensy which enable access to the Teensy without root priviledges
   type in shell: sudo cp 49-teensy.rules /etc/udev/rules.d/49-teensy.rules
 - start from a shell with: java -jar ADF_Copy_1000.jar
